Lines Matching full:links
25 * [Links](#link)
31 * [Automatic Links](#autolink)
546 <h3 id="link">Links</h3>
548 Markdown supports two style of links: *inline* and *reference*.
574 Reference-style links use a second set of square brackets, inside
608 Link definitions are only used for creating links during Markdown
611 Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links:
643 Here's an example of reference links in action:
675 The point of reference-style links is not that they're easier to
676 write. The point is that with reference-style links, your document
678 reference-style links, the paragraph itself is only 81 characters
679 long; with inline-style links, it's 176 characters; and as raw HTML,
683 With Markdown's reference-style links, a source document much more
686 you can add links without interrupting the narrative flow of your
795 for links, allowing for two styles: *inline* and *reference*.
831 <h3 id="autolink">Automatic Links</h3>
833 Markdown supports a shortcut style for creating "automatic" links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this:
841 Automatic links for email addresses work similarly, except that